github.com/andybalholm/brotli/matchfinder.Pathfinder.table (field)
9 uses
github.com/andybalholm/brotli/matchfinder (current package)
pathfinder.go#L33: table []uint32
pathfinder.go#L46: for i := range q.table {
pathfinder.go#L47: q.table[i] = 0
pathfinder.go#L80: if len(q.table) < 1<<q.TableBits {
pathfinder.go#L81: q.table = make([]uint32, 1<<q.TableBits)
pathfinder.go#L114: for i, v := range q.table {
pathfinder.go#L116: q.table[i] = uint32(newV)
pathfinder.go#L129: candidate := int(q.table[h])
pathfinder.go#L130: q.table[h] = uint32(i)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |